home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 72 / Cine Live 72.iso / pc / Data / Interface / e3.k < prev    next >
Encoding:
Text File  |  2003-09-04  |  23.7 KB  |  1,165 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000002AD,$0000003A,$0000031E,$00000399,$00000000,$FFFFFFA3,$00000000,$00000000};
  6.         LayoutWindow is {$000000B0,$00000099,$000002D3,$0000027A,$00000000,$00000009,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol129,
  43.         ol230,
  44.         oBouton_Fiche31,
  45.         oBouton_Imprimer32,
  46.         oBouton_Sommaire33,
  47.         oBouton_Photos34,
  48.         oBouton_Vid_o35,
  49.         oFiche_Technique36,
  50.         oTexte_RTF37,
  51.         ovid_o38,
  52.         oglobal39
  53.     ];
  54.     Events is [
  55.         cOffscreenEvent
  56.         with 
  57.             Commands is [
  58.                 cPixelTool_IfSystemCommand
  59.                 with Flags is $00000004; 
  60.                     Commands is [
  61.                         cSwitchURLCommand
  62.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s3m.jpg"; end,
  63.                         cDragCommand
  64.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  65.                         cGrowCommand
  66.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  67.                         cShowCommand
  68.                         with Flags is $00000004; Target is ovid_o38; end,
  69.                         cEnableCommand
  70.                         with Flags is $00000004; Target is ovid_o38; end,
  71.                         cRunCommand
  72.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  73.                     ];
  74.                 end,
  75.                 cPixelTool_IfSystemCommand
  76.                 with Flags is $00000004; SetMode is IsWinTest; 
  77.                     Commands is [
  78.                         cDragCommand
  79.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  80.                         cGrowCommand
  81.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  82.                         cShowCommand
  83.                         with Flags is $00000004; Target is ovid_o38; end,
  84.                         cEnableCommand
  85.                         with Flags is $00000004; Target is ovid_o38; end,
  86.                         cRunCommand
  87.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  88.                     ];
  89.                 end
  90.             ];
  91.         end,
  92.         cKeyboardEvent
  93.         with Test is IsSpace; 
  94.             Commands is [
  95.                 cRunCommand
  96.                 with Flags is $00000004; Target is ovid_o38; Mode is Toggle; end
  97.             ];
  98.         end,
  99.         cKeyboardEvent
  100.         with Value is "+"; 
  101.             Commands is [
  102.                 cSetVolumeCommand
  103.                 with Mode is ExecuteHigher; end
  104.             ];
  105.         end,
  106.         cKeyboardEvent
  107.         with Value is "-"; 
  108.             Commands is [
  109.                 cSetVolumeCommand
  110.                 with Flags is $00000004; Mode is ExecuteLower; end
  111.             ];
  112.         end
  113.     ];
  114. end;
  115.  
  116. object oFond2 is cImage
  117. with 
  118.     Flags is $00000150; 
  119.     Name is "Fond"; 
  120.     Enabled is false; Cursor is oEmptyCursor; 
  121.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  122.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  123.     
  124.     URL is "data/Images/s3p.jpg"; URLOption is GetDiskURL; 
  125.     
  126.     
  127.     Events is [
  128.         cOnscreenEvent
  129.         with Flags is $00000004; 
  130.             Commands is [
  131.                 cTokenCommand
  132.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  133.             ];
  134.         end
  135.     ];
  136. end;
  137.  
  138. object ob13 is cImage
  139. with 
  140.     Name is "b1"; 
  141.     Enabled is false; Shown is false; 
  142.     X is -21; Y is 132; 
  143.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  144.     
  145.     URL is "../Images/BOUTONV2.psd"; 
  146.     Bitmapped is false; Mode is 260; 
  147.     
  148. end;
  149.  
  150. object ob24 is cImage
  151. with 
  152.     Name is "b2"; 
  153.     Enabled is false; Shown is false; 
  154.     X is -21; Y is 158; 
  155.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  156.     
  157.     URL is "../Images/BOUTONV2.psd"; 
  158.     Mode is 260; 
  159.     
  160. end;
  161.  
  162. object ob35 is cImage
  163. with 
  164.     Name is "b3"; 
  165.     Enabled is false; Shown is false; 
  166.     X is -21; Y is 184; 
  167.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  168.     
  169.     URL is "../Images/BOUTONV2.psd"; 
  170.     Mode is 260; 
  171.     
  172. end;
  173.  
  174. object ob46 is cImage
  175. with 
  176.     Name is "b4"; 
  177.     Enabled is false; Shown is false; 
  178.     X is -21; Y is 211; 
  179.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  180.     
  181.     URL is "../Images/BOUTONV2.psd"; 
  182.     Mode is 260; 
  183.     
  184. end;
  185.  
  186. object ob57 is cImage
  187. with 
  188.     Name is "b5"; 
  189.     Enabled is false; Shown is false; 
  190.     X is -21; Y is 237; 
  191.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  192.     
  193.     URL is "../Images/BOUTONV2.psd"; 
  194.     Mode is 260; 
  195.     
  196. end;
  197.  
  198. object ob68 is cImage
  199. with 
  200.     Name is "b6"; 
  201.     Enabled is false; Shown is false; 
  202.     X is -21; Y is 266; 
  203.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  204.     
  205.     URL is "../Images/BOUTONV2.psd"; 
  206.     Mode is 260; 
  207.     
  208. end;
  209.  
  210. object ob79 is cImage
  211. with 
  212.     Name is "b7"; 
  213.     Enabled is false; Shown is false; 
  214.     X is -21; Y is 292; 
  215.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  216.     
  217.     URL is "../Images/BOUTONV2.psd"; 
  218.     Mode is 260; 
  219.     
  220. end;
  221.  
  222. object ob810 is cImage
  223. with 
  224.     Name is "b8"; 
  225.     Enabled is false; Shown is false; 
  226.     X is -21; Y is 324; 
  227.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  228.     
  229.     URL is "../Images/BOUTONV2.psd"; 
  230.     Mode is 260; 
  231.     
  232. end;
  233.  
  234. object ob911 is cImage
  235. with 
  236.     Name is "b9"; 
  237.     Enabled is false; Shown is false; 
  238.     X is -21; Y is 364; 
  239.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  240.     
  241.     URL is "../Images/BOUTONV2.psd"; 
  242.     Mode is 260; 
  243.     
  244. end;
  245.  
  246. object ob1012 is cImage
  247. with 
  248.     Name is "b10"; 
  249.     Enabled is false; Shown is false; 
  250.     X is -21; Y is 396; 
  251.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  252.     
  253.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  254.     Mode is 260; 
  255.     
  256. end;
  257.  
  258. object ob1113 is cImage
  259. with 
  260.     Name is "b11"; 
  261.     Enabled is false; Shown is false; 
  262.     X is -21; Y is 429; 
  263.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  264.     
  265.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  266.     Mode is 260; 
  267.     
  268. end;
  269.  
  270. object ob1214 is cImage
  271. with 
  272.     Name is "b12"; 
  273.     Enabled is false; Shown is false; 
  274.     X is -21; Y is 462; 
  275.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  276.     
  277.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  278.     Mode is 260; 
  279.     
  280. end;
  281.  
  282. object of115 is cBox
  283. with 
  284.     Name is "f1"; 
  285.     Cursor is oFingerCursor; 
  286.     X is -1; Y is 144; 
  287.     Width is 162; Height is 27; 
  288.     
  289.     
  290.     Events is [
  291.         cMouseEnterEvent
  292.         with Flags is $00000004; 
  293.             Commands is [
  294.                 cShowCommand
  295.                 with Flags is $00000004; Target is ob13; end
  296.             ];
  297.         end,
  298.         cMouseLeaveEvent
  299.         with Flags is $00000004; 
  300.             Commands is [
  301.                 cShowCommand
  302.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  303.             ];
  304.         end,
  305.         cMouseUpEvent
  306.         with Flags is $00000004; Flag is true; 
  307.             Commands is [
  308.                 cBrowseCommand
  309.                 with Flags is $00000004; URL is "e1.k"; end
  310.             ];
  311.         end
  312.     ];
  313. end;
  314.  
  315. object of216 is cBox
  316. with 
  317.     Name is "f2"; 
  318.     Cursor is oFingerCursor; 
  319.     Y is 171; 
  320.     Width is 161; Height is 30; 
  321.     
  322.     
  323.     Events is [
  324.         cMouseEnterEvent
  325.         with 
  326.             Commands is [
  327.                 cShowCommand
  328.                 with Target is ob24; end
  329.             ];
  330.         end,
  331.         cMouseLeaveEvent
  332.         with 
  333.             Commands is [
  334.                 cShowCommand
  335.                 with Target is ob24; Mode is Clear; end
  336.             ];
  337.         end,
  338.         cMouseUpEvent
  339.         with Flag is true; 
  340.             Commands is [
  341.                 cBrowseCommand
  342.                 with URL is "e2.k"; end
  343.             ];
  344.         end
  345.     ];
  346. end;
  347.  
  348. object of317 is cBox
  349. with 
  350.     Flags is $00000150; 
  351.     Name is "f3"; 
  352.     Cursor is oFingerCursor; 
  353.     Y is 200; 
  354.     Width is 166; Height is 25; 
  355.     
  356.     
  357.     Events is [
  358.         cMouseEnterEvent
  359.         with Flags is $00000004; 
  360.             Commands is [
  361.                 cShowCommand
  362.                 with Flags is $00000004; Target is ob35; end
  363.             ];
  364.         end,
  365.         cMouseLeaveEvent
  366.         with Flags is $00000004; 
  367.             Commands is [
  368.                 cShowCommand
  369.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  370.             ];
  371.         end,
  372.         cMouseUpEvent
  373.         with Flags is $00000004; Flag is true; 
  374.             Commands is [
  375.                 cBrowseCommand
  376.                 with Flags is $00000004; URL is "e3.k"; end
  377.             ];
  378.         end
  379.     ];
  380. end;
  381.  
  382. object of418 is cBox
  383. with 
  384.     Name is "f4"; 
  385.     Cursor is oFingerCursor; 
  386.     Y is 226; 
  387.     Width is 159; Height is 28; 
  388.     
  389.     
  390.     Events is [
  391.         cMouseEnterEvent
  392.         with 
  393.             Commands is [
  394.                 cShowCommand
  395.                 with Target is ob46; end
  396.             ];
  397.         end,
  398.         cMouseLeaveEvent
  399.         with 
  400.             Commands is [
  401.                 cShowCommand
  402.                 with Target is ob46; Mode is Clear; end
  403.             ];
  404.         end,
  405.         cMouseUpEvent
  406.         with Flag is true; 
  407.             Commands is [
  408.                 cBrowseCommand
  409.                 with URL is "e4.k"; end
  410.             ];
  411.         end
  412.     ];
  413. end;
  414.  
  415. object of519 is cBox
  416. with 
  417.     Name is "f5"; 
  418.     Cursor is oFingerCursor; 
  419.     Y is 252; 
  420.     Width is 162; Height is 26; 
  421.     
  422.     
  423.     Events is [
  424.         cMouseEnterEvent
  425.         with 
  426.             Commands is [
  427.                 cShowCommand
  428.                 with Target is ob57; end
  429.             ];
  430.         end,
  431.         cMouseLeaveEvent
  432.         with 
  433.             Commands is [
  434.                 cShowCommand
  435.                 with Target is ob57; Mode is Clear; end
  436.             ];
  437.         end,
  438.         cMouseUpEvent
  439.         with Flag is true; 
  440.             Commands is [
  441.                 cBrowseCommand
  442.                 with URL is "e5.k"; end
  443.             ];
  444.         end
  445.     ];
  446. end;
  447.  
  448. object of620 is cBox
  449. with 
  450.     Flags is $00000150; 
  451.     Name is "f6"; 
  452.     Cursor is oFingerCursor; 
  453.     Y is 280; 
  454.     Width is 161; Height is 26; 
  455.     
  456.     
  457.     Events is [
  458.         cMouseEnterEvent
  459.         with Flags is $00000004; 
  460.             Commands is [
  461.                 cShowCommand
  462.                 with Flags is $00000004; Target is ob68; end
  463.             ];
  464.         end,
  465.         cMouseLeaveEvent
  466.         with Flags is $00000004; 
  467.             Commands is [
  468.                 cShowCommand
  469.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  470.             ];
  471.         end,
  472.         cMouseUpEvent
  473.         with Flags is $00000004; Flag is true; 
  474.             Commands is [
  475.                 cBrowseCommand
  476.                 with Flags is $00000004; URL is "e6.k"; end
  477.             ];
  478.         end
  479.     ];
  480. end;
  481.  
  482. object of721 is cBox
  483. with 
  484.     Name is "f7"; 
  485.     Cursor is oFingerCursor; 
  486.     X is -1; Y is 304; 
  487.     Width is 163; Height is 28; 
  488.     
  489.     
  490.     Events is [
  491.         cMouseEnterEvent
  492.         with 
  493.             Commands is [
  494.                 cShowCommand
  495.                 with Target is ob79; end
  496.             ];
  497.         end,
  498.         cMouseLeaveEvent
  499.         with 
  500.             Commands is [
  501.                 cShowCommand
  502.                 with Target is ob79; Mode is Clear; end
  503.             ];
  504.         end,
  505.         cMouseUpEvent
  506.         with Flag is true; 
  507.             Commands is [
  508.                 cBrowseCommand
  509.                 with URL is "e7.k"; end
  510.             ];
  511.         end
  512.     ];
  513. end;
  514.  
  515. object of822 is cBox
  516. with 
  517.     Name is "f8"; 
  518.     Cursor is oFingerCursor; 
  519.     Y is 340; 
  520.     Width is 158; Height is 27; 
  521.     
  522.     
  523.     Events is [
  524.         cMouseEnterEvent
  525.         with 
  526.             Commands is [
  527.                 cShowCommand
  528.                 with Target is ob810; end
  529.             ];
  530.         end,
  531.         cMouseLeaveEvent
  532.         with 
  533.             Commands is [
  534.                 cShowCommand
  535.                 with Target is ob810; Mode is Clear; end
  536.             ];
  537.         end,
  538.         cMouseUpEvent
  539.         with Flag is true; 
  540.             Commands is [
  541.                 cBrowseCommand
  542.                 with URL is "e8.k"; end
  543.             ];
  544.         end
  545.     ];
  546. end;
  547.  
  548. object of923 is cBox
  549. with 
  550.     Flags is $00000150; 
  551.     Name is "f9"; 
  552.     Cursor is oFingerCursor; 
  553.     Y is 379; 
  554.     Width is 159; Height is 26; 
  555.     
  556.     
  557.     Events is [
  558.         cMouseEnterEvent
  559.         with Flags is $00000004; 
  560.             Commands is [
  561.                 cShowCommand
  562.                 with Flags is $00000004; Target is ob911; end
  563.             ];
  564.         end,
  565.         cMouseLeaveEvent
  566.         with Flags is $00000004; 
  567.             Commands is [
  568.                 cShowCommand
  569.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  570.             ];
  571.         end,
  572.         cMouseUpEvent
  573.         with Flags is $00000004; Flag is true; 
  574.             Commands is [
  575.                 cBrowseCommand
  576.                 with Flags is $00000004; URL is "e9.k"; end
  577.             ];
  578.         end
  579.     ];
  580. end;
  581.  
  582. object of1024 is cBox
  583. with 
  584.     Name is "f10"; 
  585.     Cursor is oFingerCursor; 
  586.     X is 1; Y is 411; 
  587.     Width is 160; Height is 29; 
  588.     
  589.     
  590.     Events is [
  591.         cMouseEnterEvent
  592.         with 
  593.             Commands is [
  594.                 cShowCommand
  595.                 with Target is ob1012; end
  596.             ];
  597.         end,
  598.         cMouseLeaveEvent
  599.         with 
  600.             Commands is [
  601.                 cShowCommand
  602.                 with Target is ob1012; Mode is Clear; end
  603.             ];
  604.         end,
  605.         cMouseUpEvent
  606.         with Flag is true; 
  607.             Commands is [
  608.                 cBrowseCommand
  609.                 with URL is "e10.k"; end
  610.             ];
  611.         end
  612.     ];
  613. end;
  614.  
  615. object of1125 is cBox
  616. with 
  617.     Flags is $00000150; 
  618.     Name is "f11"; 
  619.     Cursor is oFingerCursor; 
  620.     X is 1; Y is 444; 
  621.     Width is 162; Height is 28; 
  622.     
  623.     
  624.     Events is [
  625.         cMouseEnterEvent
  626.         with Flags is $00000004; 
  627.             Commands is [
  628.                 cShowCommand
  629.                 with Flags is $00000004; Target is ob1113; end
  630.             ];
  631.         end,
  632.         cMouseLeaveEvent
  633.         with Flags is $00000004; 
  634.             Commands is [
  635.                 cShowCommand
  636.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  637.             ];
  638.         end,
  639.         cMouseUpEvent
  640.         with Flags is $00000004; Flag is true; 
  641.             Commands is [
  642.                 cBrowseCommand
  643.                 with Flags is $00000004; URL is "e11.k"; end
  644.             ];
  645.         end
  646.     ];
  647. end;
  648.  
  649. object of1226 is cBox
  650. with 
  651.     Flags is $00000150; 
  652.     Name is "f12"; 
  653.     Cursor is oFingerCursor; 
  654.     X is 1; Y is 478; 
  655.     Width is 160; Height is 27; 
  656.     
  657.     
  658.     Events is [
  659.         cMouseEnterEvent
  660.         with Flags is $00000004; 
  661.             Commands is [
  662.                 cShowCommand
  663.                 with Flags is $00000004; Target is ob1214; end
  664.             ];
  665.         end,
  666.         cMouseLeaveEvent
  667.         with Flags is $00000004; 
  668.             Commands is [
  669.                 cShowCommand
  670.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  671.             ];
  672.         end,
  673.         cMouseUpEvent
  674.         with Flags is $00000004; Flag is true; 
  675.             Commands is [
  676.                 cBrowseCommand
  677.                 with Flags is $00000004; URL is "e12.k"; end
  678.             ];
  679.         end
  680.     ];
  681. end;
  682.  
  683. object oInternet27 is cBox
  684. with 
  685.     Flags is $00000150; 
  686.     Name is "Internet"; 
  687.     Cursor is oEarthCursor; 
  688.     X is 259; Y is 539; 
  689.     Width is 166; Height is 19; 
  690.     
  691.     
  692.     Events is [
  693.         cMouseUpEvent
  694.         with Flags is $00000004; Flag is true; 
  695.             Commands is [
  696.                 cLaunchCommand
  697.                 with Flags is $00000004; URL is "http://www.herothemovie.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  698.             ];
  699.         end
  700.     ];
  701. end;
  702.  
  703. object ol128 is cBox
  704. with 
  705.     Name is "l1"; 
  706.     Cursor is oFingerCursor; 
  707.     X is 261; Y is 501; 
  708.     Width is 75; Height is 17; 
  709.     
  710.     
  711.     Events is [
  712.         cMouseUpEvent
  713.         with Flag is true; 
  714.             Commands is [
  715.                 cIfCookieCommand
  716.                 with CookieName is "zique"; Value is "oui"; 
  717.                     Commands is [
  718.                         cTokenCommand
  719.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  720.                     ];
  721.                 end,
  722.                 cBrowseCommand
  723.                 with URL is "f35.k"; end
  724.             ];
  725.         end
  726.     ];
  727. end;
  728.  
  729. object ol129 is cBox
  730. with 
  731.     release Editor:
  732.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  733.     end;
  734.     Name is "l1"; 
  735.     Cursor is oFingerCursor; 
  736.     X is 227; Y is 518; 
  737.     Width is 56; Height is 19; 
  738.     
  739.     
  740.     Events is [
  741.         cMouseUpEvent
  742.         with Flag is true; 
  743.             Commands is [
  744.                 cIfCookieCommand
  745.                 with CookieName is "zique"; Value is "oui"; 
  746.                     Commands is [
  747.                         cTokenCommand
  748.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  749.                     ];
  750.                 end,
  751.                 cBrowseCommand
  752.                 with URL is "f36.k"; end
  753.             ];
  754.         end
  755.     ];
  756. end;
  757.  
  758. object ol230 is cBox
  759. with 
  760.     Flags is $00000150; 
  761.     Name is "l2"; 
  762.     Cursor is oFingerCursor; 
  763.     X is 283; Y is 519; 
  764.     Width is 31; Height is 19; 
  765.     
  766.     
  767.     Events is [
  768.         cMouseUpEvent
  769.         with Flags is $00000004; Flag is true; 
  770.             Commands is [
  771.                 cIfCookieCommand
  772.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  773.                     Commands is [
  774.                         cTokenCommand
  775.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  776.                     ];
  777.                 end,
  778.                 cBrowseCommand
  779.                 with Flags is $00000004; URL is "f21.k"; end
  780.             ];
  781.         end
  782.     ];
  783. end;
  784.  
  785. object oBouton_Fiche31 is cImage
  786. with 
  787.     Flags is $00000400; 
  788.     Name is "Bouton Fiche"; 
  789.     Shown is false; Cursor is oFingerCursor; 
  790.     X is 167; Y is 573; 
  791.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  792.     
  793.     URL is "data/Images/%E9cran%20fiche.jpg"; URLOption is GetDiskURL; 
  794.     
  795.     
  796.     Events is [
  797.         cMouseEnterEvent
  798.         with 
  799.             Commands is [
  800.                 cShowCommand
  801.                 with Target is oTargetSelf; end
  802.             ];
  803.         end,
  804.         cMouseLeaveEvent
  805.         with 
  806.             Commands is [
  807.                 cShowCommand
  808.                 with Target is oTargetSelf; Mode is Clear; end
  809.             ];
  810.         end,
  811.         cMouseUpEvent
  812.         with Flag is true; 
  813.             Commands is [
  814.                 cShowCommand
  815.                 with Target is oFiche_Technique36; Mode is Toggle; end,
  816.                 cEnableCommand
  817.                 with Target is oFiche_Technique36; Mode is Toggle; end
  818.             ];
  819.         end
  820.     ];
  821. end;
  822.  
  823. object oBouton_Imprimer32 is cImage
  824. with 
  825.     Flags is $00000400; 
  826.     Name is "Bouton Imprimer"; 
  827.     Shown is false; Cursor is oFingerCursor; 
  828.     X is 321; Y is 573; 
  829.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  830.     
  831.     URL is "data/Images/%E9cran%20imprimer.jpg"; URLOption is GetDiskURL; 
  832.     
  833.     
  834.     Events is [
  835.         cMouseEnterEvent
  836.         with 
  837.             Commands is [
  838.                 cShowCommand
  839.                 with Target is oTargetSelf; end
  840.             ];
  841.         end,
  842.         cMouseLeaveEvent
  843.         with 
  844.             Commands is [
  845.                 cShowCommand
  846.                 with Target is oTargetSelf; Mode is Clear; end
  847.             ];
  848.         end,
  849.         cMouseUpEvent
  850.         with Flag is true; 
  851.             Commands is [
  852.                 cPrintCommand
  853.                 with Target is oTexte_RTF37; end
  854.             ];
  855.         end
  856.     ];
  857. end;
  858.  
  859. object oBouton_Sommaire33 is cImage
  860. with 
  861.     Flags is $00000400; 
  862.     Name is "Bouton Sommaire"; 
  863.     Shown is false; Cursor is oFingerCursor; 
  864.     X is 13; Y is 573; 
  865.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  866.     
  867.     URL is "data/Images/%E9cran%20somm.jpg"; URLOption is GetDiskURL; 
  868.     
  869.     
  870.     Events is [
  871.         cMouseEnterEvent
  872.         with 
  873.             Commands is [
  874.                 cShowCommand
  875.                 with Target is oTargetSelf; end
  876.             ];
  877.         end,
  878.         cMouseLeaveEvent
  879.         with 
  880.             Commands is [
  881.                 cShowCommand
  882.                 with Target is oTargetSelf; Mode is Clear; end
  883.             ];
  884.         end,
  885.         cMouseUpEvent
  886.         with Flag is true; 
  887.             Commands is [
  888.                 cIfCookieCommand
  889.                 with CookieName is "zique"; Value is "oui"; 
  890.                     Commands is [
  891.                         cTokenCommand
  892.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  893.                     ];
  894.                 end,
  895.                 cBrowseCommand
  896.                 with URL is "sommaire.k"; end
  897.             ];
  898.         end
  899.     ];
  900. end;
  901.  
  902. object oBouton_Photos34 is cImage
  903. with 
  904.     Flags is $00000150; 
  905.     Name is "Bouton Photos"; 
  906.     Shown is false; Cursor is oFingerCursor; 
  907.     X is 475; Y is 573; 
  908.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  909.     
  910.     URL is "data/Images/%E9cran%20photo.jpg"; URLOption is GetDiskURL; 
  911.     
  912.     
  913.     Events is [
  914.         cMouseEnterEvent
  915.         with Flags is $00000004; 
  916.             Commands is [
  917.                 cShowCommand
  918.                 with Flags is $00000004; Target is oTargetSelf; end
  919.             ];
  920.         end,
  921.         cMouseLeaveEvent
  922.         with Flags is $00000004; 
  923.             Commands is [
  924.                 cShowCommand
  925.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  926.             ];
  927.         end,
  928.         cMouseUpEvent
  929.         with Flags is $00000004; Flag is true; 
  930.             Commands is [
  931.                 cBrowseCommand
  932.                 with Flags is $00000004; URL is "e3s.k"; end
  933.             ];
  934.         end
  935.     ];
  936. end;
  937.  
  938. object oBouton_Vid_o35 is cImage
  939. with 
  940.     Flags is $00000400; 
  941.     Name is "Bouton Vid\$E9o"; 
  942.     Shown is false; Cursor is oFingerCursor; 
  943.     X is 629; Y is 573; 
  944.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  945.     
  946.     URL is "data/Images/%E9cran%20vid%E9o.jpg"; URLOption is GetDiskURL; 
  947.     
  948.     
  949.     Events is [
  950.         cMouseEnterEvent
  951.         with 
  952.             Commands is [
  953.                 cShowCommand
  954.                 with Target is oTargetSelf; end
  955.             ];
  956.         end,
  957.         cMouseLeaveEvent
  958.         with 
  959.             Commands is [
  960.                 cShowCommand
  961.                 with Target is oTargetSelf; Mode is Clear; end
  962.             ];
  963.         end,
  964.         cMouseUpEvent
  965.         with Flag is true; 
  966.             Commands is [
  967.                 cRunCommand
  968.                 with Target is ovid_o38; Mode is Clear; end,
  969.                 cEnableCommand
  970.                 with Target is ovid_o38; Mode is Clear; end,
  971.                 cShowCommand
  972.                 with Target is ovid_o38; Mode is Clear; end,
  973.                 cDragCommand
  974.                 with Target is ovid_o38; Mode is DragTo; end,
  975.                 cGrowCommand
  976.                 with Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  977.                 cShowCommand
  978.                 with Target is ovid_o38; end,
  979.                 cEnableCommand
  980.                 with Target is ovid_o38; end,
  981.                 cRunCommand
  982.                 with Target is ovid_o38; Rewind is true; end,
  983.                 cEnableCommand
  984.                 with Target is oglobal39; end
  985.             ];
  986.         end
  987.     ];
  988. end;
  989.  
  990. object oFiche_Technique36 is cImage
  991. with 
  992.     Flags is $00000150; 
  993.     Name is "Fiche Technique"; 
  994.     Region is {$FFFF000A,$00010000,$01AC0188};
  995.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  996.     X is 132; Y is 41; 
  997.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  998.     
  999.     URL is "data/Images/t3.jpg"; URLOption is GetDiskURL; 
  1000.     
  1001.     
  1002.     Events is [
  1003.         cMouseUpEvent
  1004.         with Flags is $00000004; Flag is true; 
  1005.             Commands is [
  1006.                 cShowCommand
  1007.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end,
  1008.                 cEnableCommand
  1009.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end
  1010.             ];
  1011.         end
  1012.     ];
  1013. end;
  1014.  
  1015. object oTexte_RTF37 is cRTFText
  1016. with 
  1017.     Flags is $00000550; 
  1018.     Name is "Texte RTF"; 
  1019.     Enabled is false; Shown is false; 
  1020.     Y is -160; 
  1021.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1022.     
  1023.     URL is "../Textes/s3.rtf"; 
  1024.     
  1025.     
  1026. end;
  1027.  
  1028. object ovid_o38 is cMPEGMovie
  1029. with 
  1030.     Flags is $00000150; 
  1031.     Name is "vid\$E9o"; 
  1032.     Shown is false; Cursor is oFingerCursor; 
  1033.     X is 599; Y is 418; 
  1034.     Width is 192; Height is 144; 
  1035.     
  1036.     URL is "data/Videos/s3.mpg"; URLOption is GetDiskURL; 
  1037.     Events is [
  1038.         cMouseUpEvent
  1039.         with Flags is $00000004; Flag is true; 
  1040.             Commands is [
  1041.                 cRunCommand
  1042.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1043.                 cShowCommand
  1044.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1045.                 cEnableCommand
  1046.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1047.                 cDragCommand
  1048.                 with Flags is $00000004; Target is ovid_o38; Mode is DragTo; end,
  1049.                 cGrowCommand
  1050.                 with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  1051.                 cShowCommand
  1052.                 with Flags is $00000004; Target is ovid_o38; end,
  1053.                 cEnableCommand
  1054.                 with Flags is $00000004; Target is ovid_o38; end,
  1055.                 cRunCommand
  1056.                 with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1057.                 cEnableCommand
  1058.                 with Flags is $00000004; Target is oglobal39; end
  1059.             ];
  1060.         end,
  1061.         cFinishedEvent
  1062.         with Flags is $00000004; 
  1063.             Commands is [
  1064.                 cPixelTool_IfSystemCommand
  1065.                 with Flags is $00000004; 
  1066.                     Commands is [
  1067.                         cDragCommand
  1068.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1069.                         cGrowCommand
  1070.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1071.                         cEnableCommand
  1072.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1073.                         cShowCommand
  1074.                         with Flags is $00000004; Target is ovid_o38; end,
  1075.                         cEnableCommand
  1076.                         with Flags is $00000004; Target is ovid_o38; end,
  1077.                         cRunCommand
  1078.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  1079.                     ];
  1080.                 end,
  1081.                 cPixelTool_IfSystemCommand
  1082.                 with Flags is $00000004; SetMode is IsWinTest; 
  1083.                     Commands is [
  1084.                         cDragCommand
  1085.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1086.                         cGrowCommand
  1087.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1088.                         cEnableCommand
  1089.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1090.                         cShowCommand
  1091.                         with Flags is $00000004; Target is ovid_o38; end,
  1092.                         cEnableCommand
  1093.                         with Flags is $00000004; Target is ovid_o38; end,
  1094.                         cRunCommand
  1095.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  1096.                     ];
  1097.                 end
  1098.             ];
  1099.         end
  1100.     ];
  1101. end;
  1102.  
  1103. object oglobal39 is cBox
  1104. with 
  1105.     Flags is $00000110; 
  1106.     Name is "global"; 
  1107.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1108.     
  1109.     Width is 800; Height is 600; 
  1110.     
  1111.     
  1112.     Events is [
  1113.         cMouseUpEvent
  1114.         with Flags is $00000004; Flag is true; 
  1115.             Commands is [
  1116.                 cPixelTool_IfSystemCommand
  1117.                 with Flags is $00000004; 
  1118.                     Commands is [
  1119.                         cRunCommand
  1120.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1121.                         cEnableCommand
  1122.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1123.                         cShowCommand
  1124.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1125.                         cEnableCommand
  1126.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1127.                         cDragCommand
  1128.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1129.                         cGrowCommand
  1130.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1131.                         cShowCommand
  1132.                         with Flags is $00000004; Target is ovid_o38; end,
  1133.                         cRunCommand
  1134.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1135.                         cEnableCommand
  1136.                         with Flags is $00000004; Target is ovid_o38; end
  1137.                     ];
  1138.                 end,
  1139.                 cPixelTool_IfSystemCommand
  1140.                 with Flags is $00000004; SetMode is IsWinTest; 
  1141.                     Commands is [
  1142.                         cShowCommand
  1143.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1144.                         cRunCommand
  1145.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1146.                         cEnableCommand
  1147.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1148.                         cEnableCommand
  1149.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1150.                         cDragCommand
  1151.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1152.                         cGrowCommand
  1153.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1154.                         cShowCommand
  1155.                         with Flags is $00000004; Target is ovid_o38; end,
  1156.                         cRunCommand
  1157.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1158.                         cEnableCommand
  1159.                         with Flags is $00000004; Target is ovid_o38; end
  1160.                     ];
  1161.                 end
  1162.             ];
  1163.         end
  1164.     ];
  1165. end;